home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / developers / Readers / buildzone zapper / Zapper.exe / PERSONAL+FINANCE < prev    next >
Encoding:
Extensible Markup Language  |  2000-10-24  |  26.0 KB  |  668 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE pack   SYSTEM "zapper.dtd">
  3.  
  4. <pack version="3.0" title="Personal Finance" url="http://lib.zapper.com/services/DirDownloadGP/GP2204.zap">
  5. <desc>
  6. Information about personal finance management: personal finance guide, stock quotes, retirement info and more.
  7. </desc>
  8.  
  9. <hier>
  10.   <folder label="Business News" tip="">
  11.     <glref label="IntelliZap Business News" url="http://lib.zapper.com/services/DirDownloadGL/GL10713.zap"/>
  12.     <glref label="CNNfn" url="http://lib.zapper.com/services/DirDownloadGL/GL10988.zap"/>
  13.     <glref label="CBS Marketwatch" url="http://lib.zapper.com/services/DirDownloadGL/GL10989.zap"/>
  14.     <glref label="TheStreet.com" url="http://lib.zapper.com/services/DirDownloadGL/GL11821.zap"/>
  15.   </folder>
  16.   <folder label="Investing Resources" tip="">
  17.     <glref label="Symbol Lookup" url="http://lib.zapper.com/services/DirDownloadGL/GL7687.zap"/>
  18.     <glref label="Stock Quotes (sym.)" url="http://lib.zapper.com/services/DirDownloadGL/GL10984.zap"/>
  19.     <glref label="Stock Quotes (company)" url="http://lib.zapper.com/services/DirDownloadGL/GL10990.zap"/>
  20.     <glref label="Stock Resaerch (symbol)" url="http://lib.zapper.com/services/DirDownloadGL/GL13346.zap"/>
  21.     <glref label="Company Research (co.)" url="http://lib.zapper.com/services/DirDownloadGL/GL10992.zap"/>
  22.   </folder>
  23.   <folder label="Personal Finance Aids" tip="">
  24.     <glref label="Money.com" url="http://lib.zapper.com/services/DirDownloadGL/GL12913.zap"/>
  25.     <glref label="Motley Fool " url="http://lib.zapper.com/services/DirDownloadGL/GL10883.zap"/>
  26.     <glref label="About Financial Planning" url="http://lib.zapper.com/services/DirDownloadGL/GL10986.zap"/>
  27.     <glref label="Personal Finance Mag." url="http://lib.zapper.com/services/DirDownloadGL/GL10570.zap"/>
  28.     <glref label="Personal Finance Q&A" url="http://lib.zapper.com/services/DirDownloadGL/GL10576.zap"/>
  29.   </folder>
  30.   <folder label="Taxes & Retirement" tip="">
  31.     <glref label="Retirement Info" url="http://lib.zapper.com/services/DirDownloadGL/GL10571.zap"/>
  32.     <glref label="IRS Site" url="http://lib.zapper.com/services/DirDownloadGL/GL9017.zap"/>
  33.   </folder>
  34.   <folder label="Insurance & Mortgage" tip="">
  35.     <glref label="Insurance Guide" url="http://lib.zapper.com/services/DirDownloadGL/GL10573.zap"/>
  36.     <glref label="Mortgage Info" url="http://lib.zapper.com/services/DirDownloadGL/GL10985.zap"/>
  37.     <glref label="Insurance Glossary" url="http://lib.zapper.com/services/DirDownloadGL/GL10987.zap"/>
  38.   </folder>
  39.   <glref label="Finance Dictionary" url="http://lib.zapper.com/services/DirDownloadGL/GL10991.zap"/>
  40.   <glref label="Investing Sites" url="http://lib.zapper.com/services/DirDownloadGL/GL10983.zap"/>
  41. </hier>
  42.  
  43. <zaplet title="Stock Quotes (symbol)" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10984.zap">
  44. <desc>
  45.   Get a stock quote for the company symbol %[[symbol]%].
  46.   </desc>
  47.   
  48.   
  49.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  50. {
  51.    //@*((DEFAULT: http://www.pcquote.com/
  52.    if (! text.search(/^ *$/))
  53.       return new HttpRequest("http://www.pcquote.com/");
  54.    //@*))DEFAULT
  55.  
  56.    var req = new HttpRequest("http://www.pcquote.com/bin/Redirect.php");
  57.    req.setMethod("GET");
  58.    req.addParam("ticker=" + text);
  59.    req.addParam("redirect=" + "/stocks/QuoteDirect.php");
  60.    req.addParam("x=" + "13");
  61.    req.addParam("y=" + "5");
  62.    return req;
  63. }]]></script>
  64. <external>
  65. date=18/10/2000 12:51:34 GMT+02:00
  66. author=Roni Yunesian
  67. keywords=stock quotes, pcquote, stocks
  68. comment=http://www.pcquote.com/
  69. od_path=Top/Business/Investing/Brokerages/Online_Brokers/;Top/Business/Investing/Quotes/;Top/Business/Investing/Stocks_and_Bonds/Investment_Research
  70. </external>
  71. </zaplet>
  72.  
  73. <zaplet title="Money.com" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL12913.zap">
  74. <desc>
  75.   Find financial advice and analysis on %[[keyword]%] at Money.com.
  76.   </desc>
  77.   
  78.   
  79.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  80. {
  81.    //@*((DEFAULT: http://www.money.com/money/
  82.    if (! text.search(/^ *$/))
  83.       return new HttpRequest("http://www.money.com/money/");
  84.    //@*))DEFAULT
  85.  
  86.    var req = new HttpRequest("http://cgi.pathfinder.com/cgi-bin/money/cg/vcs");
  87.    req.setMethod("GET");
  88.    req.addParam("vcs_personality=" + "money");
  89.    req.addParam("vcs_mode=" + "search_db");
  90.    req.addParam("query=" + text);
  91.    return req;
  92. }]]></script>
  93. <external>
  94. date=02/10/2000 10:33:57 GMT+02:00
  95. author=Roni Yunesian
  96. keywords=Money.com, finance, investing, sinancial analysis, realestate, insurance, retirement
  97. od_path=Top/Business/Human_Resources/Compensation_and_Benefits/401k_and_Retirement/;Top/Business/Investing/Money_Managers/;Top/Business/Investing/Retirement_Planning/;Top/Business/Resources/News_and_Publications/Magazines/;Top/Home/Consumer_Information/Tips_and_Advice/Financial/
  98. </external>
  99. </zaplet>
  100.  
  101. <zaplet title="Insurance Guide" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10573.zap">
  102. <desc>
  103.   Find insuarnce-related info about %[[keyword]%] from Insure.com.
  104.   </desc>
  105.   
  106.   
  107.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  108. {
  109.    //@*((DEFAULT: http://www.insure.com/
  110.    if (! text.search(/^ *$/))
  111.         return new HttpRequest("http://www.insure.com/");
  112.    //@*))DEFAULT
  113.  
  114.    var req = new HttpRequest("http://data.insure.com/search/sitesearch.cfm");
  115.    req.setMethod("POST");
  116.    req.addParam("search=" + text);
  117.    req.addParam("x=" + "14");
  118.    req.addParam("y=" + "10");
  119.    return req;
  120. }]]></script>
  121. <external>
  122. date=02/10/2000 10:33:57 GMT+02:00
  123. author=Roni Yunesian
  124. keywords=insure, insurance, auto insurance, life insurance, health insurance, business insurance, home insurance
  125. comment=http://www.insure.com/
  126. od_path=Top/Business/Insurance/News_and_Information/;Top/Home/Consumer_Information/Tips_and_Advice/Financial/;Top/Home/Personal_Finance/Insurance/;Top/Society/Law/Legal_Information/Insurance_Law/
  127. </external>
  128. </zaplet>
  129.  
  130. <zaplet title="IntelliZap Business News" type="extended" url="http://lib.zapper.com/services/DirDownloadGL/GL10713.zap">
  131. <desc>
  132.   Find business news on %[[keyword]%] from CNNfn, Redherring, Dow Jones and CBS Marketwatch.
  133.   </desc>
  134.  
  135.   
  136.   
  137.   <script lang="javascript"><![CDATA[function zaplet(text,context,location)
  138. {
  139.    var req = new HttpRequest("http://alg.zapper.com/intellizap/intellizap.jsp");
  140.    req.setMethod("POST");
  141.    req.addParam("text=" + text);
  142.    req.addParam("context=" + context);
  143.    req.addParam("location="+ location);
  144.    req.addParam("engine=mixed");
  145.    req.addParam("domain=business");
  146.    return req;
  147. }]]></script>
  148.  
  149. <external>
  150. date=18/10/2000 21:24:28 GMT+02:00
  151. author=Michal Olmert
  152. keywords=cbs marketwatch, dowjones, dow jones, redherring, cnnfn, intellizap, business news, finance news
  153. od_path=Top/Business;Top/Business/Investing/News/;Top/Business/Resources/News_and_Publications/;Top/Home/Consumer_Information/Tips_and_Advice/Financial/;Top/News/Current_Events/Economy_and_Business/Markets_and_Investments/
  154. </external>
  155. </zaplet>
  156.  
  157. <zaplet title="Symbol Lookup (co./fund)" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL7687.zap">
  158. <desc>
  159.   Find the stock symbol for the company %[[company name]%].
  160.   </desc>
  161.   
  162.   
  163.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  164. {
  165.    //@*((DEFAULT: http://www.pcquote.com/
  166.    if (! text.search(/^ *$/))
  167.       return new HttpRequest("http://www.pcquote.com/");
  168.    //@*))DEFAULT
  169.  
  170.    var req = new HttpRequest("http://www.pcquote.com/bin/Redirect.php");
  171.    req.setMethod("GET");
  172.    req.addParam("ticker=" + text);
  173.    req.addParam("redirect=" + "/stocks/symbollkp.php?$string=HYPR");
  174.    req.addParam("x=" + "11");
  175.    req.addParam("y=" + "6");
  176.    return req;
  177. }]]></script>
  178. <external>
  179. date=17/10/2000 12:49:51 GMT+02:00
  180. author=Roni Yunesian
  181. keywords=stock symbols, stock tickers, symbol tickers, pcquote
  182. comment=http://www.pcquote.com/
  183. od_path=Top/Business/Investing/Brokerages/Online_Brokers/;Top/Business/Investing/Quotes/;Top/Business/Investing/Stocks_and_Bonds/Investment_Research;Top/Business/Major_Companies/Company_Information/
  184. </external>
  185. </zaplet>
  186.  
  187. <zaplet title="Retirement Info." type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10571.zap">
  188. <desc>
  189.   Find retirement info about %[[keyword]%] from Quicken.com.
  190.   </desc>
  191.   
  192.   
  193.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  194. {
  195.    //@*((DEFAULT: http://www.quicken.com/retirement/
  196.    if (! text.search(/^ *$/))
  197.         return new HttpRequest("http://www.quicken.com/retirement/");
  198.    //@*))DEFAULT
  199.  
  200.    var req = new HttpRequest("http://www.quicken.com/search/");
  201.    req.setMethod("GET");
  202.    req.addParam("search=" + text);
  203.    return req;
  204. }]]></script>
  205. <external>
  206. date=02/10/2000 10:33:57 GMT+02:00
  207. author=Roni Yunesian
  208. keywords=retirement planning, 401k, 401 k, 401(k), ira, roth ira, quicken
  209. comment=http://www.quicken.com/retirement/
  210. od_path=Top/Business/Investing/Retirement_Planning;Top/Home/Personal_Finance/;Top/Home/Personal_Finance/Retirement
  211. </external>
  212. </zaplet>
  213.  
  214. <zaplet title="About Financial Planning" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10986.zap">
  215. <desc>
  216.   Find links and articles on %[[keyword]%] from the About guide to financial planning.
  217.   </desc>
  218.   
  219.   
  220.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  221. {
  222.    //@*((DEFAULT: http://service.bfast.com/bfast/click?bfmid=7279965&siteid=31559431&bfpage=financialplanhttp://service.bfast.com/bfast/click?bfmid=7279965&siteid=31559431&bfpage=financialplan
  223.    if (! text.search(/^ *$/))
  224.       return new HttpRequest("http://service.bfast.com/bfast/click?bfmid=7279965&siteid=31559431&bfpage=financialplanhttp://service.bfast.com/bfast/click?bfmid=7279965&siteid=31559431&bfpage=financialplan");
  225.    //@*))DEFAULT
  226.  
  227.    var req = new HttpRequest("http://partners.about.com/affiliates/link/landx.htm");
  228.    req.setMethod("GET");
  229.    req.addParam("terms=" + text);
  230.    req.addParam("rURL=" + "partners.about.com/affiliates/search/searchx.htm");
  231.    req.addParam("TopNode=" + "4466+financialplan");
  232.    return req;
  233. }]]></script>
  234. <external>
  235. date=02/10/2000 10:33:57 GMT+02:00
  236. author=Roni Yunesian
  237. keywords=about financial planning, A1B2C3, retirement, funds, banking, saving
  238. od_path=Top/Business/Financial_Services/Financial_Planning/;Top/Home/Personal_Finance/
  239. </external>
  240. </zaplet>
  241.  
  242. <zaplet title="Personal Finance Q&A" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10576.zap">
  243. <desc>
  244.   Find personal finance questions and answers about %[[keyword]%].
  245.   </desc>
  246.   
  247.   
  248.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  249. {
  250.    //@*((DEFAULT: http://www.kiplinger.com/columns/ask/
  251.    if (! text.search(/^ *$/))
  252.       return new HttpRequest("http://www.kiplinger.com/columns/ask/");
  253.    //@*))DEFAULT
  254.  
  255.    var req = new HttpRequest("http://www.kiplinger.com/cgi-bin/site_search2");
  256.    req.setMethod("POST");
  257.    req.addParam("ResultCount=" + "20");
  258.    req.addParam("directory=" + "/columns/ask/archive/");
  259.    req.addParam("keyword=" + text);
  260.    return req;
  261. }]]></script>
  262. <external>
  263. date=02/10/2000 10:33:57 GMT+02:00
  264. author=Roni Yunesian
  265. keywords=personal finance Q&A's, personal finance Q&As, personal finance questions and answers, kiplinger, kiplinger's
  266. comment=http://www.kiplinger.com/answers/index.html?answers.htm
  267. od_path=Top/Business/Business_Publications/;Top/Business/Business_Publications/Magazines/;Top/Business/Financial_Services/Financial_Planning/;Top/Home/Personal_Finance
  268. </external>
  269. </zaplet>
  270.  
  271. <zaplet title="Stock Research (symbol)" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL13346.zap">
  272. <desc>
  273.   Get news/ charts/ quotes and more stock related info for the company symbol %[[symbol]%].
  274.   </desc>
  275.   
  276.   
  277.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  278. {
  279.    //@*((DEFAULT: http://www.investorama.com/stockpowersearch/
  280.    if (! text.search(/^ *$/))
  281.       return new HttpRequest("http://www.investorama.com/stockpowersearch/");
  282.    //@*))DEFAULT
  283.  
  284.    var req = new HttpRequest("http://www.investorama.com/stockpowersearch/results.html");
  285.    req.setMethod("POST");
  286.    req.addParam("ticker=" + text);
  287.    req.addParam("submit.x=" + "10");
  288.    req.addParam("submit.y=" + "6");
  289.    return req;
  290. }]]></script>
  291. <external>
  292. date=02/10/2000 10:33:57 GMT+02:00
  293. author=Roni Yunesian
  294. keywords=Stock Resaerch, stock symbol, stock charts, stock news, stock news, company background, earnings and estimates
  295. od_path=Top/Business/Investing/Brokerages/Online_Brokers/;Top/Business/Investing/Quotes/;Top/Business/Investing/Stocks_and_Bonds/Investment_Research;Top/Business/Major_Companies/Company_Information/
  296. </external>
  297. </zaplet>
  298.  
  299. <zaplet title="Motley Fool" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10883.zap">
  300. <desc>
  301.   Read business news and articles about %[[keyword]%] from the popular investing site Fool.com.
  302.   </desc>
  303.   
  304.   
  305.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  306. {
  307.    //@*((DEFAULT: http://www.fool.com/
  308.    if (! text.search(/^ *$/))
  309.         return new HttpRequest("http://www.fool.com/");
  310.    //@*))DEFAULT
  311.  
  312.    var req = new HttpRequest("http://www.fool.com/search/query.htm");
  313.    req.setMethod("GET");
  314.    req.addParam("qt=" + text);
  315.    req.addParam("go=" + "1");
  316.    req.addParam("source=" + "ussite");
  317.    req.addParam("submit.x=" + "30");
  318.    req.addParam("submit.y=" + "16");
  319.    return req;
  320. }]]></script>
  321. <external>
  322. date=02/10/2000 10:33:57 GMT+02:00
  323. author=Roni Yunesian
  324. keywords=business news, motley fool, personal finance, business news, business articles, investing, investors, stocks
  325. comment=http://www.fool.com/
  326. od_path=Top/Business/Investing/Resources/;Top/Home/Personal_Finance/;Top/Home/Personal_Finance/Retirement/Pensions/;Top/News/Current_Events/Economy_and_Business/Markets_and_Investments/
  327. </external>
  328. </zaplet>
  329.  
  330. <zaplet title="CNNfn" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10988.zap">
  331. <desc>
  332.   Read financial news about %[[keyword]%] from CNNfn.
  333.   </desc>
  334.   
  335.   
  336.   <script lang="javascript"><![CDATA[
  337. function zaplet(text,context)
  338.  
  339. {
  340.    //@*((DEFAULT: http://www.cnnfn.com/
  341.    if (! text.search(/^ *$/))
  342.         return new HttpRequest("http://www.cnnfn.com/");
  343.    //@*))DEFAULT
  344.  
  345.  
  346.    var req = new HttpRequest("http://gw.cnnfn.com/search/GW");
  347.  
  348.    req.setMethod("POST");
  349.  
  350.    req.addParam("symbol=" + text);
  351.  
  352.    req.addParam("search_button=" + "search");
  353.  
  354.    req.addParam("submit.x=" + "12");
  355.  
  356.    req.addParam("submit.y=" + "5");
  357.  
  358.    return req;
  359.  
  360. }
  361. ]]></script>
  362. <external>
  363. date=18/10/2000 12:51:35 GMT+02:00
  364. author=Roni Yunesian
  365. keywords=cnnfn, financial news, business news
  366. comment=http://www.cnnfn.com/
  367. od_path=Top/Business/Investing/News/;Top/Business/Resources/News_and_Publications/;Top/Home/Consumer_Information/Tips_and_Advice/Financial/;Top/News/Current_Events/Economy_and_Business/Markets_and_Investments/
  368. </external>
  369. </zaplet>
  370.  
  371. <zaplet title="Hoover's: Company Info" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10992.zap">
  372. <desc>
  373.   Find information about the company %[[company name]%] from Hoover's.
  374.   </desc>
  375.   
  376.   
  377.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  378. {
  379.    //@*((DEFAULT: http://www.hoovers.com/
  380.    if (! text.search(/^ *$/))
  381.         return new HttpRequest("http://www.hoovers.com/");
  382.    //@*))DEFAULT
  383.  
  384.    var req = new HttpRequest("http://www.hoovers.com/cgi-bin/co_search");
  385.    req.setMethod("GET");
  386.    req.addParam("which=" + "company");
  387.    req.addParam("query_string=" + text);
  388.    req.addParam("dir_top_id=" + "7");
  389.    req.addParam("Go!.x=" + "16");
  390.    req.addParam("Go!.y=" + "8");
  391.    return req;
  392. }]]></script>
  393. <external>
  394. date=18/10/2000 12:51:35 GMT+02:00
  395. author=Roni Yunesian
  396. keywords=hoovers, company, hoover's, companies, company capsules, company profiles, company financials
  397. comment=http://www.hoovers.com/
  398. od_path=Top/Business/Investing/Brokerages/Online_Brokers/;Top/Business/Investing/Quotes/;Top/Business/Investing/Stocks_and_Bonds/Investment_Research;Top/Business/Major_Companies/Company_Information/
  399. </external>
  400. </zaplet>
  401.  
  402. <zaplet title="Stock Quotes (company)" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10990.zap">
  403. <desc>
  404.   Get a stock quote for the company %[[company name]%].
  405.   </desc>
  406.   
  407.   
  408.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  409. {
  410.    //@*((DEFAULT: http://www.newsalert.com/
  411.    if (! text.search(/^ *$/))
  412.       return new HttpRequest("http://www.newsalert.com/");
  413.    //@*))DEFAULT
  414.  
  415.    var req = new HttpRequest("http://www.newsalert.com/bin/selector");
  416.    req.setMethod("GET");
  417.    req.addParam("SymType=" + "CompanyName");
  418.    req.addParam("DataType=" + "Symbol");
  419.    req.addParam("Symbol=" + text);
  420.    return req;
  421. }]]></script>
  422. <external>
  423. date=02/10/2000 10:33:57 GMT+02:00
  424. author=Roni Yunesian
  425. keywords=stock quotes, company, companies, investors, investing
  426. od_path=Top/Business/Investing/Brokerages/Online_Brokers/;Top/Business/Investing/Quotes/;Top/Business/Investing/Stocks_and_Bonds/Investment_Research;Top/Business/Major_Companies/Company_Information/
  427. </external>
  428. </zaplet>
  429.  
  430. <zaplet title="CBS Marketwatch" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10989.zap">
  431. <desc>
  432.   Read business news and market updates about %[[keyword]%] from CBS Marketwatch.
  433.   </desc>
  434.   
  435.   
  436.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  437. {
  438.    //@*((DEFAULT: http://cbs.marketwatch.com/news/newsroom.htx
  439.    if (! text.search(/^ *$/))
  440.       return new HttpRequest("http://cbs.marketwatch.com/news/newsroom.htx");
  441.    //@*))DEFAULT
  442.  
  443.    var req = new HttpRequest("http://www2.marketwatch.com/news/search.asp");
  444.    req.setMethod("GET");
  445.    req.addParam("ColChoice=" + "1");
  446.    req.addParam("Scope=" + "/");
  447.    req.addParam("Query=" + text);
  448.    req.addParam("search=" + "Search");
  449.    req.addParam("SearchOption=" + "cbsmw");
  450.    return req;
  451. }]]></script>
  452. <external>
  453. date=02/10/2000 10:33:57 GMT+02:00
  454. author=Roni Yunesian
  455. keywords=cbsmarketwatch, business news, cbs marketwatch, cbs market watch, wall street, nasdaq, stock news, financial news
  456. comment=http://cbs.marketwatch.com/news/newsroom.htx
  457. od_path=Top/Business/Investing/News/
  458. </external>
  459. </zaplet>
  460.  
  461. <zaplet title="Finance Dictionary" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10991.zap">
  462. <desc>
  463.   Get definition of the financial term %[[term]%] from Investopedia.com.
  464.   </desc>
  465.   
  466.   
  467.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  468. {
  469.    //@*((DEFAULT: http://www.investopedia.com/
  470.    if (! text.search(/^ *$/))
  471.       return new HttpRequest("http://www.investopedia.com/");
  472.    //@*))DEFAULT
  473.  
  474.    var req = new HttpRequest("http://www.investopedia.com/scripts/search/query.asp");
  475.    req.setMethod("POST");
  476.    req.addParam("SearchString=" + text);
  477.    return req;
  478. }]]></script>
  479. <external>
  480. date=18/10/2000 12:51:33 GMT+02:00
  481. author=Roni Yunesian
  482. keywords=finance dictionary, finance dictionaries, financial dictionary, financial dictionaries, finance glossary, finance glossaries, financial glossary, financial glossaries, investopedia
  483. od_path=Top/Reference/Dictionaries/Glossary/
  484. </external>
  485. </zaplet>
  486.  
  487. <zaplet title="Personal Finance Mag." type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10570.zap">
  488. <desc>
  489.   Read personal finance articles about %[[keyword]%] from Kiplinger.com.
  490.   </desc>
  491.   
  492.   
  493.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  494. {
  495.    //@*((DEFAULT: http://www.kiplinger.com
  496.    if (! text.search(/^ *$/))
  497.         return new HttpRequest("http://www.kiplinger.com");
  498.    //@*))DEFAULT
  499.  
  500.    var req = new HttpRequest("http://www.kiplinger.com/cgi-bin/site_search2");
  501.    req.setMethod("POST");
  502.    req.addParam("ResultCount=" + "20");
  503.    req.addParam("directory=" + "/magazine/archives/");
  504.    req.addParam("keyword=" + text);
  505.    return req;
  506. }]]></script>
  507. <external>
  508. date=02/10/2000 10:33:57 GMT+02:00
  509. author=Roni Yunesian
  510. keywords=Kiplinger's personal finance magazine, kiplinger, financial magazines
  511. comment=http://www.kiplinger.com/kipsearch/
  512. od_path=Top/Business/Business_Publications/;Top/Business/Business_Publications/Magazines/;Top/Business/Financial_Services/Financial_Planning/;Top/Business/Investing/Resources/;Top/Home/Personal_Finance;Top/Home/Personal_Finance/Retirement/Pensions/;Top/News/Current_Events/Economy_and_Business/Markets_and_Investments/
  513. </external>
  514. </zaplet>
  515.  
  516. <zaplet title="IRS Site" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL9017.zap">
  517. <desc>
  518.   Find IRS publications about %[[keyword]%].
  519.   </desc>
  520.   
  521.   
  522.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  523. {
  524.    //@*((DEFAULT: http://www.irs.gov/
  525.    if (! text.search(/^ *$/))
  526.         return new HttpRequest("http://www.irs.gov/");
  527.    //@*))DEFAULT
  528.  
  529.    var req = new HttpRequest("http://www.irs.gov/vsearch/iatoc");
  530.    req.setMethod("POST");
  531.    req.addParam("NS-query=" + text);
  532.    req.addParam("NS-search-type=" + "boolean");
  533.    req.addParam("NS-max-records=" + "100");
  534.    req.addParam("NS-collection=" + "irshtml");
  535.    return req;
  536. }]]></script>
  537. <external>
  538. date=17/10/2000 12:49:51 GMT+02:00
  539. author=Roni Yunesian
  540. keywords=irs, internal revenue service, tax, taxes
  541. comment=http://www.irs.gov/search/index.html
  542. od_path=Top/Business/Accounting/;Top/Business/Investing/Investment_Guides/Tax_Issues/;Top/Home/Personal_Finance/Tax_Preparation/;Top/Regional/North_America/United_States/Government/Executive_Branch/Treasury_Department/Internal_Revenue_Service_-_IRS/;Top/Regional/North_America/United_States/Government/Services/Tax_Information/;Top/Society/Issues/Economic/Taxation/IRS_Reform/
  543. </external>
  544. </zaplet>
  545.  
  546. <zaplet title="Mortgage Info" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10985.zap">
  547. <desc>
  548.   Find mortgage-related info about %[[keyword]%].
  549.   </desc>
  550.   
  551.   
  552.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  553. {
  554.    //@*((DEFAULT: http://www.interest.com/
  555.    if (! text.search(/^ *$/))
  556.       return new HttpRequest("http://www.interest.com/");
  557.    //@*))DEFAULT
  558.  
  559.    var req = new HttpRequest("http://index.thunderstone.com/texis/sitesearch/search/");
  560.    req.setMethod("GET");
  561.    req.addParam("db=" + "sites/www.interest.com");
  562.    req.addParam("query=" + text);
  563.    return req;
  564. }]]></script>
  565. <external>
  566. date=02/10/2000 10:33:57 GMT+02:00
  567. author=Roni Yunesian
  568. keywords=interest, mortgages, loans, home buying
  569. od_path=Top/Business/Financial_Services/Mortgages/;Top/Business/Financial_Services/Mortgages/Mortgage_Banking/;Top/Regional/North_America/United_States/Virginia/Business_and_Economy/Real_Estate/Mortgage/
  570. </external>
  571. </zaplet>
  572.  
  573. <zaplet title="Investing Sites" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10983.zap">
  574. <desc>
  575.   Find links and resources about %[[keyword]%] from Investorama.com.
  576.   </desc>
  577.   
  578.   
  579.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  580. {
  581.    //@*((DEFAULT: http://www.investorama.com/
  582.    if (! text.search(/^ *$/))
  583.       return new HttpRequest("http://www.investorama.com/");
  584.    //@*))DEFAULT
  585.  
  586.    var req = new HttpRequest("http://www.investorama.com/search/searchHandler.html");
  587.    req.setMethod("POST");
  588.    req.addParam("method=" + "All");
  589.    req.addParam("format=" + "Default");
  590.    req.addParam("config=" + "htdig");
  591.    req.addParam("restrict=" + "");
  592.    req.addParam("exclude=" + "");
  593.    req.addParam("section=" + "/directory/");
  594.    req.addParam("search=" + text);
  595.    return req;
  596. }]]></script>
  597. <external>
  598. date=02/10/2000 10:33:57 GMT+02:00
  599. author=Roni Yunesian
  600. keywords=investorama, investing, investors, personal finance
  601. od_path=Top/Business/Investing/Investment_Guides/General/;Top/Business/Investing/Resources/Directories/
  602. </external>
  603. </zaplet>
  604.  
  605. <zaplet title="TheStreet.com" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL11821.zap">
  606. <desc>
  607.   Read business news about %[[keyword]%] from TheStreet.com.
  608.   </desc>
  609.   
  610.   
  611.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  612. {
  613.    //@*((DEFAULT: http://www.thestreet.com/
  614.    if (! text.search(/^ *$/))
  615.       return new HttpRequest("http://www.thestreet.com/");
  616.    //@*))DEFAULT
  617.  
  618.    var req = new HttpRequest("http://find.thestreet.com/cgi-bin/texis/find/results.html");
  619.    req.setMethod("GET");
  620.    req.addParam("nh=" + "10");
  621.    req.addParam("qt=" + text);
  622.    req.addParam("Go!.x=" + "25");
  623.    req.addParam("Go!.y=" + "9");
  624.    return req;
  625. }]]></script>
  626. <external>
  627. date=18/10/2000 12:51:36 GMT+02:00
  628. author=Roni Yunesian
  629. keywords=thedtreet.com, the street, business news, finance news, business journals, business magazines
  630. od_path=Top/Business/Investing/News/;Top/Business/Resources/News_and_Publications/;Top/Home/Consumer_Information/Tips_and_Advice/Financial/;Top/News/Current_Events/Economy_and_Business/Markets_and_Investments/
  631. </external>
  632. </zaplet>
  633.  
  634. <zaplet title="Insurance Glossary" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10987.zap">
  635. <desc>
  636.   Get definition of the insurance term %[[term]%].
  637.   </desc>
  638.   
  639.   
  640.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  641. {
  642.    //@*((DEFAULT: http://www.insure.com/
  643.    if (! text.search(/^ *$/))
  644.       return new HttpRequest("http://www.insure.com/");
  645.    //@*))DEFAULT
  646.  
  647.    var req = new HttpRequest("http://data.insure.com/glossary/results.cfm");
  648.    req.setMethod("POST");
  649.    req.addParam("termsearch=" + text);
  650.    req.addParam("x=" + "1");
  651.    req.addParam("y=" + "7");
  652.    return req;
  653. }]]></script>
  654. <external>
  655. date=02/10/2000 10:33:57 GMT+02:00
  656. author=Roni Yunesian
  657. keywords=insurance glossary, insurance glossaries, insurance dictionary, insurance dictionaries
  658. od_path=Top/Business/Insurance/News_and_Information/;Top/Home/Consumer_Information/Tips_and_Advice/Financial/;Top/Home/Personal_Finance/Insurance/;Top/Society/Law/Legal_Information/Insurance_Law/
  659. </external>
  660. </zaplet>
  661. <external>
  662. FileName=Personal Finance
  663. date=18/10/2000 21:24:28 GMT+02:00
  664. author=Roni Yunesian
  665. keywords=personal finance, investing, investments, investors, business
  666. segmentation=Business & Finance> Finance & Investments
  667. </external>
  668. </pack>